/*Header start*/

body {
            font-family: Times New Roman, sans-serif;
            text-align: center;
            margin: 20;
            color: #333;
			padding: 0;
        }
        .logo-container {
            max-width: 600px;
            margin: auto;
        }
        h1 {
            font-size: 6em;
            color: red;
        }
		.contact-info address {
			font-style: normal;
			line-height: 1.0;
			text-align: center; /* Centers text inside the section */
        }
		.contact-info2 address {
			font-style: normal;
			line-height: 1.5;
			text-align: left; /* Centers text inside the section */
        }
		.italic {
            font-style: italic; /* Italicize the text */
			color: red;
        }
		.italic2 {
            font-style: italic; /* Italicize the text */
			color: red;
			text-align: left;
        }
		.italic3 {
            font-style: italic; /* Italicize the text */
			color: black;
			text-align: left;
        }
		.underlined {
            font-style: underline; /* Italicize the text */
			color: black;
			text-align: left;
        }
        .bold {
            font-weight: bold; /* Make the text bold */
            font-style: normal; /* Ensure the text is not italicized */
			color: red
		}
		.bold2 {
            font-weight: bold; /* Make the text bold */
            font-style: normal; /* Ensure the text is not italicized */
			color: black;
		}
		.center-content {
			margin-top: 50px;
		}
	
		.description {
			text-align: center;
		} 
		.generalfont {
			text-align: left;
		}
/*Header end*/
/*second set*/
header {
    text-align: center;
    padding: 5px;
    background-color: #255,255,255;
   /* border-bottom: 1px solid #ddd; */
}

header .logo img {
    display: block;
    margin: 0 auto 10px;
}

header .site-title {
    font-size: 2em;
    color: #333;
}

header .highlight {
    color: red;
    font-weight: bold;
}

header .highlightGreen {
    color: green;
    font-weight: bold;
}

/* Navigation styles */
.navigation {
  padding: 20px;
   border-bottom: 1px solid #ddd;
    text-align: center;
}

.navigation .instruction {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #cc0000;
}

.navigation .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.navigation .btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.navigation .btn:hover {
    background-color: #0056b3;
}

.centered {
  text-align: center;
  margin-bottom: 1.5em;
}
.centered p {
  margin: 0;
  padding: 0;
}



.left-align {
  text-align: left;
  margin-bottom: 1.5em;
}

.intro {
  font-weight: bold;
}

.instruction {
  margin-bottom: 1em;
  text-align: left;
}

.country-links p {
  margin: 0.5em 0;
  color: blue;
  margin-bottom: 1em; /* Try 1.5em or 2em for more space */

}

.country {
  font-size: 1.25em;
  font-weight: bold;
  color: blue;
  text-decoration: underline; /* Always underlined */

}

.country:hover {
  text-decoration: underline;
}


.highlight {
  color: red;
  font-weight: bold;
}

.closing {
  font-size: 1.1em;
}

.highlightBlue {
  color: blue;
}
.contactBlock {
  line-height: 1.4;
  margin-top: 0.5em;
}

.contact-info p {
  margin: 0;
  padding: 0;
}

.courier {
  font-family: "Courier New", monospace;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  text-align: left;
}


